home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / logolib / find < prev    next >
Text File  |  1995-05-03  |  298b  |  9 lines

  1. to find :find.template :template.list [:template.number 1] ~
  2.         [:template.lists (list :template.list)]
  3. if emptyp :template.list [op []]
  4. if apply :find.template (list first :template.list) [op first :template.list]
  5. op (find :find.template bf :template.list :template.number+1)
  6. end
  7.  
  8. bury "find
  9.